home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00164.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  304 b   |  9 lines

  1. on exitFrame
  2.   global gDemoVersion, gSongList
  3.   resetCursor()
  4.   if gDemoVersion and (count(gSongList) < 6) then
  5.     alertBeep()
  6.     MUIalert("Although the juke box offers only two songs in this demo version, the full version of Last Call offers six great music tracks .", "Limited Feature")
  7.   end if
  8. end
  9.